home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 February / CMCD0205.ISO / Software / Freeware / Comunicatii / slimbrow / sbsetup.exe / Change Background Color.js < prev    next >
Text File  |  2002-09-15  |  112b  |  2 lines

  1. var color=window.prompt("Please specify background color in RGB value","#ffffff");
  2. document.body.bgColor=color;